home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 228 / 228.d81 / t.knight journey < prev    next >
Text File  |  2022-08-26  |  1KB  |  45 lines

  1. u
  2.    K N I G H T ' S   J O U R N E Y
  3.      Program by Richard Derocher
  4.          Text by Dave Moorman
  5.  
  6.  
  7.     You are a knight errant in this
  8. classic, BASIC text adventure, facing
  9. all kinds of dangerous challenges as
  10. your try to complete your quest. Be
  11. brave! Cowardice is unbefitting a
  12. Knight, and can get you
  13. unceremoniously killed!
  14.  
  15.  
  16. TECHNICAL NOTES
  17.  
  18.     This is exactly the kind of
  19. program the [Bible And Computer]
  20. [Adventurers] are learning to write.
  21. The technique is all BASIC -- INPUT,
  22. STRINGS, IF-THEN statements. The
  23. most important programming challenge
  24. is to come up with a good story and
  25. move the player along the path.
  26.  
  27.     Richard has added all the touches
  28. that make this program the ineffible
  29. LOADSTAR Quality that Fender Tucker so
  30. successfully promoted. It includes a
  31. graphics opening screen, a stylish
  32. font, music chosen for each step along
  33. the quest, and interlocking program
  34. segments.
  35.  
  36.     In other words -- the presentation
  37. has exceptional class and style.
  38.  
  39.     List out the program to see what
  40. Richard has done. Enjoy the journey,
  41. and maybe make one of your own.
  42.  
  43.  DMM
  44.  
  45.  
  46.